home *** CD-ROM | disk | FTP | other *** search
- #import "BGWindow.h"
-
-
- @interface FGWindow: BGWindow
- { id anImage ;
- BOOL highlighted ;
- }
-
- - erase: (NXRect *) aRect ;
- - erase ;
- - composite: (int) op fromRect: (const NXRect *) aRect
- toPoint: (const NXPoint *) aPnt ;
- - composite: (int) op toPoint: (const NXPoint *) aPnt ;
- - composite: (int) op ;
- - frame: (NXRect *) aFrame ;
- - image ;
- - (BOOL) lockFocus ;
- - setHighlighted: (BOOL) YESorNO ;
- - sizeWindow:(NXCoord)width :(NXCoord)height ;
- - unlockFocus ;
-
- @end ;